home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / System 7 / Powerbook / The Regulator 1.2.sit / The Regulator source / pb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-19  |  172 b   |  9 lines  |  [TEXT/KAHL]

  1. /* Things defined in PB.c needed in main.c */
  2.  
  3. extern Byte    gSysSleep;
  4. extern Byte    gHDSleep;
  5.  
  6. extern Boolean    SetRest();
  7. extern void    SetSysSleep();
  8. extern void    SetHDSleep();
  9.